home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / video.dxr / 00138_keyboard button.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  230 b   |  11 lines

  1. on mouseUp
  2.   set the blend of sprite 41 to 40
  3.   set the visible of sprite 48 to 0
  4.   puppetSound(2, "click")
  5.   updateStage()
  6.   set the blend of sprite 41 to 0
  7.   set the visible of sprite 2 to 0
  8.   updateStage()
  9.   go("keyboard")
  10. end
  11.